home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / WF_License.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  414 b   |  23 lines

  1. module oWF_MainList is cWF_PluginList
  2. with
  3.     Items is [
  4.         WEB_FIX_APPLICATION
  5.     ];
  6. end;
  7.  
  8. object WEB_FIX_APPLICATION is WEB_FIX_2
  9. with
  10.     ProductID            is gWF_Go;
  11.     
  12.     ReleaseVersion        is 200;
  13.     SubVersion            is "fc1";
  14.     ReleaseDate            is 08091999;
  15.     LanguageID            is gWF_German;
  16.     
  17.     Copyright            is "⌐1999 by iDots Multimedia & art4art Media";
  18.     Distribution        is "Sugary";
  19.     Surftip                is "00001";
  20.     
  21.     Validationcode        is 683527;
  22. end;
  23.